home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 37 / Amiga Format CD37 (1999-02-16)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-03].iso / -screenplay- / shareware / invasionforce / source / includes / examine_city_protos.h < prev    next >
C/C++ Source or Header  |  1999-01-09  |  274b  |  19 lines

  1. /* Prototypes for functions defined in
  2. examine_city.c
  3.  */
  4.  
  5. extern char * lv_text[11];
  6.  
  7. extern int high_text;
  8.  
  9. extern int now_text;
  10.  
  11. void draw_listview(void);
  12.  
  13. void update_listview(int new_text);
  14.  
  15. void new_examine_city(struct City * metro);
  16.  
  17. void status_report(int player);
  18.  
  19.